com.sun.genericra.util
Class ExceptionUtils
java.lang.Object
com.sun.genericra.util.ExceptionUtils
public class ExceptionUtils
- extends java.lang.Object
Utility class that generate Exceptions
- Author:
- Binod P.G
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExceptionUtils
public ExceptionUtils()
newSecurityException
public static javax.resource.spi.SecurityException newSecurityException(java.lang.Throwable t)
newInvalidPropertyException
public static javax.resource.spi.InvalidPropertyException newInvalidPropertyException(java.lang.Throwable t)
newException
public static java.lang.Exception newException(java.lang.Throwable t)
newRuntimeException
public static java.lang.RuntimeException newRuntimeException(java.lang.Throwable t)
newResourceAdapterInternalException
public static javax.resource.spi.ResourceAdapterInternalException newResourceAdapterInternalException(java.lang.Throwable t)
newJMSException
public static javax.jms.JMSException newJMSException(java.lang.Throwable t)
newResourceException
public static javax.resource.ResourceException newResourceException(java.lang.Throwable t)
newXAException
public static javax.transaction.xa.XAException newXAException(java.lang.Throwable t)