|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.infodesire.infobit.InfobitSecurityException
exception indicating that current user was not allowed to perform certain
action. All constructors are derived from Exception
| Constructor Summary | |
InfobitSecurityException()
default constructor |
|
InfobitSecurityException(java.lang.String msg)
specify message |
|
InfobitSecurityException(java.lang.String msg,
java.lang.Throwable cause)
specify message and cause |
|
InfobitSecurityException(java.lang.Throwable cause)
specify cause |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, 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 InfobitSecurityException()
public InfobitSecurityException(java.lang.String msg)
msg - exception message
public InfobitSecurityException(java.lang.String msg,
java.lang.Throwable cause)
msg - exception messagecause - cause of exceptionpublic InfobitSecurityException(java.lang.Throwable cause)
cause - cause of exception
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||