Package com.sodius.oslc.server.process
Class ProjectAreaStoreException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.sodius.oslc.server.process.ProjectAreaStoreException
-
- All Implemented Interfaces:
Serializable
public class ProjectAreaStoreException extends Exception
Thrown when a problem with theProjectAreaStore
occurs.- Since:
- 3.3.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProjectAreaStoreException(String message)
ProjectAreaStoreException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-