public class Exceptions extends Object
| Constructor and Description |
|---|
Exceptions() |
public static <T extends Throwable> T initCause(T t, Throwable cause)
t - Tcause - Throwablepublic static IOException newIOException(String message, Throwable cause)
public static IOException newIOException(Throwable cause)
public static NamingException newNamingException(String message, Throwable cause)
public static NamingException newNamingException(Throwable cause)
public static RollbackException newRollbackException(String message, Throwable cause)
public static RollbackException newRollbackException(Throwable cause)
public static AuthenticationException newAuthenticationException(String message, Throwable cause)
public static AuthenticationException newAuthenticationException(Throwable cause)
public static javax.ejb.EJBException newEJBException(String message, Throwable cause)
public static javax.ejb.EJBException newEJBException(Throwable cause)
public static NotSerializableException newNotSerializableException(String message, Throwable cause)
public static NotSerializableException newNotSerializableException(Throwable cause)
Copyright © 1999-2014 The Apache Software Foundation. All Rights Reserved.