org.huihoo.jfox.ejb.exception
Class EmptyStringException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--java.lang.IllegalArgumentException
                          |
                          +--org.huihoo.jfox.ejb.exception.EmptyStringException
All Implemented Interfaces:
java.io.Serializable

public class EmptyStringException
extends java.lang.IllegalArgumentException

Version:
$0.9.0$
Author:
tai_1219@sina.com
See Also:
Serialized Form

Constructor Summary
EmptyStringException()
          Construct a EmptyStringException.
EmptyStringException(java.lang.String msg)
          Construct a EmptyStringException.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EmptyStringException

public EmptyStringException()
Construct a EmptyStringException.


EmptyStringException

public EmptyStringException(java.lang.String msg)
Construct a EmptyStringException.

Parameters:
msg - Exception message.