Package com.polarion.platform.core
Class PlatformException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.polarion.platform.core.PlatformException
- All Implemented Interfaces:
Serializable
- Author:
- POLARION SOFTWARE
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPlatformException
(String message) PlatformException
(String message, Throwable cause) PlatformException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PlatformException
public PlatformException() -
PlatformException
- Parameters:
message
-
-
PlatformException
- Parameters:
cause
-
-
PlatformException
- Parameters:
message
-cause
-
-