org.jwarp.common
Class NotSupportedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.jwarp.common.NotSupportedException
All Implemented Interfaces:
java.io.Serializable

public class NotSupportedException
extends java.lang.Exception

Exception thrown when something e.g. an operation or data type is not supported.

Version:
1.0
Author:
Anatole Tresch
See Also:
Serialized Form

Constructor Summary
NotSupportedException(java.lang.String reason)
          Creates a new exception
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NotSupportedException

public NotSupportedException(java.lang.String reason)
Creates a new exception

©   O R C A   S y s t e m s