edu.ucsb.adl.middleware
Class UnsupportedException

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

public class UnsupportedException
extends MiddlewareException

Thrown when a client request is valid but not supported.

Version:
$Header: /export/home/gjanee/middleware/edu/ucsb/adl/middleware/RCS/UnsupportedException.java,v 1.1 1999/08/27 00:14:55 gjanee Exp $

$Log: UnsupportedException.java,v $ Revision 1.1 1999/08/27 00:14:55 gjanee Initial revision

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

Constructor Summary
UnsupportedException()
          Constructs an UnsupportedException with no detail message.
UnsupportedException(java.lang.String s)
          Constructs an UnsupportedException 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

UnsupportedException

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


UnsupportedException

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

Parameters:
s - The detail message.