ca.bc.gov.webade.user.service
Class UserInfoServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
ca.bc.gov.webade.user.service.UserInfoServiceException
- All Implemented Interfaces:
- java.io.Serializable
- public final class UserInfoServiceException
- extends java.lang.Exception
Exception class raised by the methods of the UserInfoService API.
- Author:
- jross
- See Also:
- Serialized Form
| 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 |
UserInfoServiceException
public UserInfoServiceException()
- Default Constructor
UserInfoServiceException
public UserInfoServiceException(java.lang.String message)
- Parameters:
message -
UserInfoServiceException
public UserInfoServiceException(java.lang.Throwable cause)
- Parameters:
cause -
UserInfoServiceException
public UserInfoServiceException(java.lang.String message,
java.lang.Throwable cause)
- Parameters:
message - cause -