public class UnauthorizedUserException extends UCSDBaseExcepton
Constructor and Description |
---|
UnauthorizedUserException() |
UnauthorizedUserException(java.lang.String message) |
UnauthorizedUserException(java.lang.String message,
java.lang.Throwable throwable) |
UnauthorizedUserException(java.lang.Throwable cause) |
public UnauthorizedUserException()
public UnauthorizedUserException(java.lang.String message)
public UnauthorizedUserException(java.lang.Throwable cause)
public UnauthorizedUserException(java.lang.String message, java.lang.Throwable throwable)