Back to GWTP Home

com.gwtplatform.mvp.client.proxy
Class TokenFormatException

Package class diagram package TokenFormatException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.gwtplatform.mvp.client.proxy.TokenFormatException
All Implemented Interfaces:
Serializable

public final class TokenFormatException
extends RuntimeException

Author:
Philippe Beaudoin
See Also:
Serialized Form

Constructor Summary
TokenFormatException()
           
TokenFormatException(String message)
           
TokenFormatException(String message, Throwable cause)
           
TokenFormatException(Throwable cause)
           
 
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

TokenFormatException

public TokenFormatException()

TokenFormatException

public TokenFormatException(String message)

TokenFormatException

public TokenFormatException(String message,
                            Throwable cause)

TokenFormatException

public TokenFormatException(Throwable cause)

Back to GWTP Home

Copyright © 2010-2013 ArcBees. All Rights Reserved.