Class TransformationException

All Implemented Interfaces:
Serializable

public class TransformationException extends XMLSecurityException
See Also:
  • Field Details

  • Constructor Details

    • TransformationException

      public TransformationException()
      Constructor TransformationException
    • TransformationException

      public TransformationException(Exception ex)
    • TransformationException

      public TransformationException(String msgID)
      Constructor TransformationException
      Parameters:
      msgID -
    • TransformationException

      public TransformationException(String msgID, Object[] exArgs)
      Constructor TransformationException
      Parameters:
      msgID -
      exArgs -
    • TransformationException

      public TransformationException(Exception originalException, String msgID)
      Constructor TransformationException
      Parameters:
      originalException -
      msgID -
    • TransformationException

      @Deprecated public TransformationException(String msgID, Exception originalException)
      Deprecated.
    • TransformationException

      public TransformationException(Exception originalException, String msgID, Object[] exArgs)
      Constructor TransformationException
      Parameters:
      originalException -
      msgID -
      exArgs -
    • TransformationException

      @Deprecated public TransformationException(String msgID, Object[] exArgs, Exception originalException)
      Deprecated.