Class CreateAccountException

java.lang.Object
java.lang.Throwable
java.lang.Exception
de.frankmuenster.mahoe.assistant.CreateAccountException
All Implemented Interfaces:
Serializable

public class CreateAccountException extends Exception
Fehlerklasse des Anlagenassistenten
Author:
Frank Münster
See Also:
  • Constructor Details

    • CreateAccountException

      public CreateAccountException(String text)
      Neue Exception mit Text
      Parameters:
      text -
    • CreateAccountException

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