Class NotImplementedException

All Implemented Interfaces:
Serializable

public class NotImplementedException extends WSSecurityException
Thrown to indicate that the method is not implemented.
See Also:
  • Constructor Details

    • NotImplementedException

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

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

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

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