Class RemoteException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.mayam.wf.exception.RemoteException
All Implemented Interfaces:
ExceptionBean.HasExceptionBean, Serializable

public class RemoteException extends Exception implements ExceptionBean.HasExceptionBean
Describes a remote exception, as passed via an ExceptionBean.
Author:
Markus MÃ¥rtensson
See Also:
  • Constructor Details

    • RemoteException

      public RemoteException(String message)
    • RemoteException

      public RemoteException(String message, Throwable cause)
    • RemoteException

      public RemoteException(ExceptionBean bean, int statusCode)
    • RemoteException

      public RemoteException(ExceptionBean bean)
  • Method Details