com.framework.jdto.exceptions
Class NotSupportedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
NotSupportedException
public NotSupportedException()
NotSupportedException
public NotSupportedException(String message)
- Parameters:
message
-