public class RemoveSharedGearException extends PortalException
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
| Constructor and Description |
|---|
RemoveSharedGearException()
Constructs a new RemoveSharedGearException
|
RemoveSharedGearException(java.lang.String pStr)
Constructs a new RemoveSharedGearException with the given
explanation.
|
RemoveSharedGearException(java.lang.String pStr,
java.lang.Throwable pSourceException)
Constructs a new RemoveSharedGearException with the given
explanation.
|
RemoveSharedGearException(java.lang.Throwable pSourceException)
Constructs a new RemoveSharedGearException.
|
printStackTrace, printStackTrace, printStackTrace, toStringpublic RemoveSharedGearException()
public RemoveSharedGearException(java.lang.String pStr)
public RemoveSharedGearException(java.lang.Throwable pSourceException)
pSourceException - the initial exception which was the root
cause of the problempublic RemoveSharedGearException(java.lang.String pStr,
java.lang.Throwable pSourceException)
pStr - an explanation of the exceptionpSourceException - the initial exception which was the root
cause of the problem