Class TransformationException

  • All Implemented Interfaces:
    java.io.Serializable

    public class TransformationException
    extends XMLSecurityException
    Author:
    Christian Geuer-Pollmann
    See Also:
    Serialized Form
    • Constructor Detail

      • TransformationException

        public TransformationException()
        Constructor TransformationException
      • TransformationException

        public TransformationException​(java.lang.String _msgID)
        Constructor TransformationException
        Parameters:
        _msgID -
      • TransformationException

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

        public TransformationException​(java.lang.String _msgID,
                                       java.lang.Exception _originalException)
        Constructor TransformationException
        Parameters:
        _msgID -
        _originalException -
      • TransformationException

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