public class CommunitySpawnException extends PortalException
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
| Constructor and Description |
|---|
CommunitySpawnException()
Constructs an instanceof CommunitySpawnException
|
CommunitySpawnException(java.lang.String pMessage)
construct exception with given explanation
|
CommunitySpawnException(java.lang.String pMessage,
java.lang.Throwable pSourceException)
construct exception with message and source exception
|
CommunitySpawnException(java.lang.Throwable pSourceException)
construct exception with source exception
|
printStackTrace, printStackTrace, printStackTrace, toStringpublic CommunitySpawnException()
public CommunitySpawnException(java.lang.String pMessage)
pMessage - the exception messagepublic CommunitySpawnException(java.lang.Throwable pSourceException)
pSourceException - the initial exception which was the root cause of
the problempublic CommunitySpawnException(java.lang.String pMessage,
java.lang.Throwable pSourceException)
pMessage - the exception messagepSourceException - the source of this error