Class SpaceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.exoplatform.social.core.space.SpaceException
- All Implemented Interfaces:
Serializable
Created by IntelliJ IDEA.
User: jeremi
Date: Dec 4, 2008
Time: 11:50:29 AM
To change this template use File | Settings | File Templates.
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new space exception.SpaceException(SpaceException.Code code, String msg) Instantiates a new space exception.SpaceException(SpaceException.Code code, String msg, Throwable cause) Instantiates a new space exception.SpaceException(SpaceException.Code code, Throwable cause) Instantiates a new space exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
SpaceException
Instantiates a new space exception.- Parameters:
code- the code
-
SpaceException
Instantiates a new space exception.- Parameters:
code- the codecause- the cause
-
SpaceException
Instantiates a new space exception.- Parameters:
code- the codemsg- the msgcause- the cause
-
SpaceException
Instantiates a new space exception.- Parameters:
code- the codemsg- the msg
-
-
Method Details