ostore.mac
Class MacHandler.GuidNotEstablished

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--ostore.mac.MacHandler.GuidNotEstablished
All Implemented Interfaces:
Serializable
Enclosing class:
MacHandler

public class MacHandler.GuidNotEstablished
extends Exception

Thrown when a request for action (such as MacHandler.authenticate(ostore.util.QuickSerializable, ostore.util.QSByteArray, ostore.util.SecureHash) or is called on a guid that doesn't have an established connection yet.

See Also:
Serialized Form

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

Constructor Detail

MacHandler.GuidNotEstablished

public MacHandler.GuidNotEstablished()

MacHandler.GuidNotEstablished

public MacHandler.GuidNotEstablished(String msg)
Method Detail

toString

public String toString()
Overrides:
toString in class Throwable