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:
java.io.Serializable
Enclosing class:
CryptedUrlWebRequestCodingStrategy

public class CryptedUrlWebRequestCodingStrategy.HackAttackException
extends WicketRuntimeException

See Also:
Serialized Form

Constructor Summary
CryptedUrlWebRequestCodingStrategy.HackAttackException(java.lang.String msg)
          Construct.
 
Method Summary
 java.lang.StackTraceElement[] getStackTrace()
          No stack trace.
 java.lang.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(java.lang.String msg)
Construct.

Parameters:
msg -
Method Detail

getStackTrace

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

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

toString

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

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


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