Class StaticPackageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.hybris.platform.staticpackageservices.exceptions.StaticPackageException
- All Implemented Interfaces:
Serializable
The Static Package Exception class.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorStaticPackageException(String message) Instantiates a new Static Package exception.StaticPackageException(String message, Throwable cause) Instantiates a new Static Package exception.StaticPackageException(Throwable cause) Instantiates a new Static Package exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
StaticPackageException
public StaticPackageException()Default constructor -
StaticPackageException
Instantiates a new Static Package exception.- Parameters:
message- the messagecause- the cause
-
StaticPackageException
Instantiates a new Static Package exception.- Parameters:
message- the message
-
StaticPackageException
Instantiates a new Static Package exception.- Parameters:
cause- the cause
-