Class ServerCallFailedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
net.datenwerke.gxtdto.client.servercommunication.exceptions.ServerCallFailedException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ConnectionTestFailedException, DatasinkTestFailedException, ExpectedException, NonFatalException, UnloggableException, ValidationFailedException

public class ServerCallFailedException extends Exception
See Also:
  • Constructor Details

    • ServerCallFailedException

      public ServerCallFailedException()
    • ServerCallFailedException

      public ServerCallFailedException(String msg)
    • ServerCallFailedException

      public ServerCallFailedException(String msg, Throwable e)
    • ServerCallFailedException

      public ServerCallFailedException(Throwable e)
  • Method Details

    • setStackTraceAsString

      public void setStackTraceAsString(String stacktrace)
    • getStackTraceAsString

      public String getStackTraceAsString()
    • getTitle

      public String getTitle()