org.apache.wicket.markup.html
Class PackageResource.PackageResourceBlockedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.wicket.WicketRuntimeException
                  extended by org.apache.wicket.markup.html.PackageResource.PackageResourceBlockedException
All Implemented Interfaces:
Serializable
Enclosing class:
PackageResource

public static final class PackageResource.PackageResourceBlockedException
extends WicketRuntimeException

Exception thrown when the creation of a package resource is not allowed.

See Also:
Serialized Form

Constructor Summary
PackageResource.PackageResourceBlockedException(String message)
          Construct.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PackageResource.PackageResourceBlockedException

public PackageResource.PackageResourceBlockedException(String message)
Construct.

Parameters:
message -


Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.