Class UnrecoverableErrorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
edu.internet2.middleware.grouper.ui.UnrecoverableErrorException
All Implemented Interfaces:
Serializable

public class UnrecoverableErrorException extends RuntimeException
Thrown when something is seriously amiss. Could be the API is missing something or could be that there is a missing parameter or an object is no longer available In general the code which throws such an exception should take care of logging. Code catching this exception should not log it.
Version:
$Id: UnrecoverableErrorException.java,v 1.2 2008-04-13 08:52:12 isgwb Exp $
See Also:
  • Constructor Details

    • UnrecoverableErrorException

      public UnrecoverableErrorException(String message)
    • UnrecoverableErrorException

      public UnrecoverableErrorException(String message, Throwable t)
    • UnrecoverableErrorException

      public UnrecoverableErrorException(Throwable t)
    • UnrecoverableErrorException

      public UnrecoverableErrorException(String message, String... messageArgs)
    • UnrecoverableErrorException

      public UnrecoverableErrorException(String message, Throwable t, String... messageArgs)
  • Method Details