com.framework.jdto.exceptions
Class NotSupportedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.framework.jdto.exceptions.NotSupportedException
All Implemented Interfaces:
Serializable

public class NotSupportedException
extends Exception

This Exception is thrown when a transaction is currently running and the user requests for a nested transaction.

Author:
msatish
See Also:
Serialized Form

Constructor Summary
NotSupportedException()
           
NotSupportedException(String 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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NotSupportedException

public NotSupportedException()

NotSupportedException

public NotSupportedException(String message)
Parameters:
message -