tyrex.services
Class UUID.InvalidIDException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by tyrex.services.UUID.InvalidIDException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
UUID

public static class UUID.InvalidIDException
extends java.lang.Exception

An exception indicating the identifier is invalid and cannot be converted into an array of bytes.

See Also:
Serialized Form

Constructor Summary
UUID.InvalidIDException(java.lang.String message)
           
 
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

UUID.InvalidIDException

public UUID.InvalidIDException(java.lang.String message)


Original code is Copyright (c) 1999-2001, Intalio, Inc. All Rights Reserved. Contributions by MetaBoss team are Copyright (c) 2003-2005, Softaris Pty. Ltd. All Rights Reserved.