|
|||||||||||
| 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.cafesoft.core.exception.NestedException
|
+--com.cafesoft.core.message.ConnectionAccessException
Thrown when there are errors that occur trying to check access to a connection.
| Constructor Summary | |
ConnectionAccessException()
Construct a new ConnectionAccessException with no other information. |
|
ConnectionAccessException(String message)
Construct a new ConnectionAccessException for the specified message. |
|
ConnectionAccessException(String message,
Throwable cause)
Construct a new ConnectionAccessException for the specified message throwable, and connection. |
|
ConnectionAccessException(Throwable cause)
Construct a new ConnectionAccessException for the specified throwable. |
|
| Methods inherited from class com.cafesoft.core.exception.NestedException |
getCause, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getStackTrace, initCause, setStackTrace |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ConnectionAccessException()
public ConnectionAccessException(String message)
message - message describing this exceptionpublic ConnectionAccessException(Throwable cause)
cause - throwable that caused this exception
public ConnectionAccessException(String message,
Throwable cause)
message - message describing this exceptioncause - throwable that caused this exception
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||