org.exolab.jms.common.uuid
Class UUIDGenerator.InvalidIDException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.exolab.jms.common.uuid.UUIDGenerator.InvalidIDException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
UUIDGenerator

public static class UUIDGenerator.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
UUIDGenerator.InvalidIDException(java.lang.String message)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UUIDGenerator.InvalidIDException

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


Copyright © 1999-2007 The OpenJMS Group. All Rights Reserved.