public class EntryNotFoundException extends WSSecurityException
Constructor and Description |
---|
EntryNotFoundException()
Create a new EntryNotFoundException with an empty description string.
|
EntryNotFoundException(java.lang.String message)
Create a new EntryNotFoundException with the associated string description.
|
EntryNotFoundException(java.lang.String message,
java.lang.Throwable t)
Create a new EntryNotFoundException with the string description and Throwable root cause.
|
EntryNotFoundException(java.lang.Throwable t)
Create a new EntryNotFoundException with the associated Throwable root cause.
|
addException, getCause, getExceptions, printStackTrace
public EntryNotFoundException()
public EntryNotFoundException(java.lang.String message)
message
- the String describing the exception.public EntryNotFoundException(java.lang.Throwable t)
t
- the Throwable root causepublic EntryNotFoundException(java.lang.String message, java.lang.Throwable t)
message
- the String describing the exception.t
- the Throwable root cause.