edu.ucsb.adl.middleware
Class InternalErrorException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--edu.ucsb.adl.middleware.MiddlewareException
                    |
                    +--edu.ucsb.adl.middleware.InternalErrorException
All Implemented Interfaces:
java.io.Serializable

public class InternalErrorException
extends MiddlewareException

Thrown when an error is encountered that is no fault of the client.

Version:
$Header: /export/home/gjanee/middleware/edu/ucsb/adl/middleware/RCS/InternalErrorException.java,v 1.1 1999/08/18 18:16:38 gjanee Exp $

$Log: InternalErrorException.java,v $ Revision 1.1 1999/08/18 18:16:38 gjanee Initial revision

Author:
Greg Janée
Alexandria Digital Library
See Also:
Serialized Form

Constructor Summary
InternalErrorException()
          Constructs an InternalErrorException with no detail message.
InternalErrorException(java.lang.String s)
          Constructs an InternalErrorException with a detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InternalErrorException

public InternalErrorException()
Constructs an InternalErrorException with no detail message.


InternalErrorException

public InternalErrorException(java.lang.String s)
Constructs an InternalErrorException with a detail message.

Parameters:
s - The detail message.