Package org.sam.server.context
Class BeanNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.sam.server.context.BeanNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class BeanNotFoundException extends java.lang.RuntimeException
해당 빈을 찾을 수 없을 때 발생한다.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BeanNotFoundException(java.lang.String message)
-