Class PackageResource.PackageResourceBlockedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.apache.wicket.WicketRuntimeException
-
- org.apache.wicket.request.resource.PackageResource.PackageResourceBlockedException
-
- All Implemented Interfaces:
Serializable
,IWicketInternalException
- Enclosing class:
- PackageResource
public static final class PackageResource.PackageResourceBlockedException extends WicketRuntimeException implements IWicketInternalException
Exception thrown when the creation of a package resource is not allowed.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PackageResourceBlockedException(String message)
Construct.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
PackageResourceBlockedException
public PackageResourceBlockedException(String message)
Construct.- Parameters:
message
- error message
-
-