|
||||||||
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.lang.RuntimeException
com.bowstreet.util.WrappedException
com.bowstreet.profiles.ProfileException
public class ProfileException
An exception to be thrown during a profile operation failure.
Constructor Summary | |
---|---|
ProfileException()
Constructs a ProfileException without a specified message |
|
ProfileException(java.lang.String message)
Constructs a ProfileException with a specified message |
|
ProfileException(java.lang.Throwable target)
Constructs a ProfileException with a target exception. |
|
ProfileException(java.lang.Throwable target,
java.lang.String msg)
Constructs a ProfileException with a target exception and a detail message. |
Method Summary |
---|
Methods inherited from class com.bowstreet.util.WrappedException |
---|
getMessage, getProperty, getTargetException, printStackTrace, printStackTrace, printStackTrace, putProperty, toString |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ProfileException()
public ProfileException(java.lang.String message)
message
- The exception messagepublic ProfileException(java.lang.Throwable target)
target
- The real execption.public ProfileException(java.lang.Throwable target, java.lang.String msg)
target
- The real execption.msg
- The message for the exception.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |