Class BMUException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    XmlSecException

    public class BMUException
    extends java.lang.Exception
    Exception-Klasse der Pruefbibliothek.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      BMUException()
      Default-Konstruktor.
      BMUException​(java.lang.String msg)  
      BMUException​(java.lang.String message, java.lang.Throwable cause)  
      BMUException​(java.lang.Throwable cause)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • BMUException

        public BMUException()
        Default-Konstruktor.
      • BMUException

        public BMUException​(java.lang.String message,
                            java.lang.Throwable cause)
        Parameters:
        message - String
        cause - Throwable
      • BMUException

        public BMUException​(java.lang.Throwable cause)
        Parameters:
        cause - Throwable
      • BMUException

        public BMUException​(java.lang.String msg)
        Parameters:
        msg - String