Class TransformationException

All Implemented Interfaces:
Serializable

public class TransformationException extends XMLSecurityException
Author:
Christian Geuer-Pollmann
See Also:
  • 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

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