|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.sshtools.profile.ProfileException
public class ProfileException
Exception thrown when there are errors caused by handling of
a ResourceProfile.
| Constructor Summary | |
|---|---|
ProfileException()
Construct a new ProfileException with no message |
|
ProfileException(java.lang.String message)
Construct a new ProfileException with a message. |
|
ProfileException(java.lang.String message,
java.lang.Throwable cause)
Construct a new ProfileException with a message. |
|
ProfileException(java.lang.Throwable cause)
Construct a new ProfileException with an underlying cause. |
|
| Method Summary | |
|---|---|
java.lang.Throwable |
getCause()
|
| 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 ProfileException()
public ProfileException(java.lang.String message)
message - message
public ProfileException(java.lang.String message,
java.lang.Throwable cause)
message - messagecause - causepublic ProfileException(java.lang.Throwable cause)
cause - cause| Method Detail |
|---|
public java.lang.Throwable getCause()
getCause in class java.lang.Throwable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||