org.xoe.core.packages
Class ExpirationVerifierException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.xoe.core.packages.PackageException
                    |
                    +--org.xoe.core.packages.ExpirationVerifierException
All Implemented Interfaces:
Serializable

public class ExpirationVerifierException
extends PackageException

See Also:
Serialized Form

Constructor Summary
ExpirationVerifierException(String str)
           
 
Methods inherited from class org.xoe.core.packages.PackageException
printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExpirationVerifierException

public ExpirationVerifierException(String str)