org.apache.wicket.protocol.http.request
Class CryptedUrlWebRequestCodingStrategy.HackAttackException

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.protocol.http.request.CryptedUrlWebRequestCodingStrategy.HackAttackException
All Implemented Interfaces:
Serializable
Enclosing class:
CryptedUrlWebRequestCodingStrategy

public class CryptedUrlWebRequestCodingStrategy.HackAttackException
extends WicketRuntimeException

See Also:
Serialized Form

Constructor Summary
CryptedUrlWebRequestCodingStrategy.HackAttackException(String msg)
          Construct.
 
Method Summary
 StackTraceElement[] getStackTrace()
          No stack trace.
 String toString()
          No additional information.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CryptedUrlWebRequestCodingStrategy.HackAttackException

public CryptedUrlWebRequestCodingStrategy.HackAttackException(String msg)
Construct.

Parameters:
msg -
Method Detail

getStackTrace

public StackTraceElement[] getStackTrace()
No stack trace. We won't tell the hackers about the internals of wicket

Overrides:
getStackTrace in class Throwable
See Also:
Throwable.getStackTrace()

toString

public String toString()
No additional information. We won't tell the hackers about the internals of wicket

Overrides:
toString in class Throwable
See Also:
Throwable.toString()


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