Class PlatformException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.polarion.platform.core.PlatformException
All Implemented Interfaces:
Serializable

public class PlatformException extends Exception
Author:
POLARION SOFTWARE
See Also:
  • Constructor Details

    • PlatformException

      public PlatformException()
    • PlatformException

      public PlatformException(String message)
      Parameters:
      message -
    • PlatformException

      public PlatformException(Throwable cause)
      Parameters:
      cause -
    • PlatformException

      public PlatformException(String message, Throwable cause)
      Parameters:
      message -
      cause -