Class EntryNotFoundException

All Implemented Interfaces:
Serializable

public class EntryNotFoundException extends WSSecurityException
Thrown to indicate that the specified entry is not found in the custom registry.
See Also:
  • Constructor Details

    • EntryNotFoundException

      public EntryNotFoundException()
      Create a new EntryNotFoundException with an empty description string.
    • EntryNotFoundException

      public EntryNotFoundException(String message)
      Create a new EntryNotFoundException with the associated string description.
      Parameters:
      message - the String describing the exception.
    • EntryNotFoundException

      public EntryNotFoundException(Throwable t)
      Create a new EntryNotFoundException with the associated Throwable root cause.
      Parameters:
      t - the Throwable root cause
    • EntryNotFoundException

      public EntryNotFoundException(String message, Throwable t)
      Create a new EntryNotFoundException with the string description and Throwable root cause.
      Parameters:
      message - the String describing the exception.
      t - the Throwable root cause.