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(String _msgID)
      Constructor TransformationException
      Parameters:
      _msgID -
    • TransformationException

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

      public TransformationException(String _msgID, Exception _originalException)
      Constructor TransformationException
      Parameters:
      _msgID -
      _originalException -
    • TransformationException

      public TransformationException(String _msgID, Object[] exArgs, Exception _originalException)
      Constructor TransformationException
      Parameters:
      _msgID -
      exArgs -
      _originalException -