Class CreateAccountException

  • All Implemented Interfaces:
    java.io.Serializable

    public class CreateAccountException
    extends java.lang.Exception
    Fehlerklasse des Anlagenassistenten
    Author:
    Frank Münster
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      CreateAccountException​(java.lang.String text)
      Neue Exception mit Text
      CreateAccountException​(java.lang.String text, java.lang.Throwable cause)
      Neue Exception mit Text und 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

      • CreateAccountException

        public CreateAccountException​(java.lang.String text)
        Neue Exception mit Text
        Parameters:
        text -
      • CreateAccountException

        public CreateAccountException​(java.lang.String text,
                                      java.lang.Throwable cause)
        Neue Exception mit Text und Cause
        Parameters:
        text -
        cause -