Class UnknownClientException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.lang.RuntimeException
- 
- edu.uiuc.ncsa.security.core.exceptions.GeneralException
- 
- edu.uiuc.ncsa.security.core.exceptions.UnknownClientException
 
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class UnknownClientException extends GeneralException Thrown when an attempt has been made to retrieve a non-existent client.Created by Jeff Gaynor 
 on 6/27/12 at 12:24 PM- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description UnknownClientException()UnknownClientException(String message)UnknownClientException(String message, Identifier identifier)UnknownClientException(String message, Throwable cause)UnknownClientException(Throwable cause)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description IdentifiergetIdentifier()voidsetIdentifier(Identifier identifier)- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
UnknownClientExceptionpublic UnknownClientException() 
 - 
UnknownClientExceptionpublic UnknownClientException(String message, Identifier identifier) 
 - 
UnknownClientExceptionpublic UnknownClientException(Throwable cause) 
 - 
UnknownClientExceptionpublic UnknownClientException(String message) 
 
- 
 - 
Method Detail- 
getIdentifierpublic Identifier getIdentifier() 
 - 
setIdentifierpublic void setIdentifier(Identifier identifier) 
 
- 
 
-