Class ExceptionAdapter

All Implemented Interfaces:
Serializable

public class ExceptionAdapter extends RuntimeException
A ExceptionAdapter.
Version:
$Revision: $
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      The serialVersionUID
      See Also:
    • stackTrace

      private final String stackTrace
    • originalException

      private Exception originalException
  • Constructor Details

    • ExceptionAdapter

      public ExceptionAdapter(Exception e)
      Create a new ExceptionAdapter.
      Parameters:
      e -
    • ExceptionAdapter

      public ExceptionAdapter(String message, Exception e)
  • Method Details