|
jGCS Documentation | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
net.sf.jgcs.JGCSException
net.sf.jgcs.UnsupportedServiceException
public class UnsupportedServiceException
This class defines a UnsupportedServiceException.
Constructor Summary | |
---|---|
UnsupportedServiceException()
Creates a new UnsupportedServiceException. |
|
UnsupportedServiceException(java.lang.String message)
Creates a new UnsupportedServiceException. |
|
UnsupportedServiceException(java.lang.String message,
java.lang.Throwable cause)
Creates a new UnsupportedServiceException. |
Method Summary |
---|
Methods inherited from class net.sf.jgcs.JGCSException |
---|
getCause, getErrorCode |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public UnsupportedServiceException()
public UnsupportedServiceException(java.lang.String message)
message
- the error message.public UnsupportedServiceException(java.lang.String message, java.lang.Throwable cause)
message
- the error message.cause
- the throwable that caused this exception.
|
jGCS Documentation | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |